|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDatabase | |
|---|---|
| org.eclipse.vtp.desktop.projects.core | |
| org.eclipse.vtp.desktop.projects.core.internals | |
| org.eclipse.vtp.desktop.projects.core.wizards | |
| Uses of IDatabase in org.eclipse.vtp.desktop.projects.core |
|---|
| Methods in org.eclipse.vtp.desktop.projects.core that return IDatabase | |
|---|---|
IDatabase |
IDatabaseSet.createDatabase(java.lang.String name)
Creates a new database folder resource with the given name. |
| Methods in org.eclipse.vtp.desktop.projects.core with parameters of type IDatabase | |
|---|---|
void |
IDatabaseSet.deleteDatabase(IDatabase database)
Removes the given database from this application. |
| Uses of IDatabase in org.eclipse.vtp.desktop.projects.core.internals |
|---|
| Classes in org.eclipse.vtp.desktop.projects.core.internals that implement IDatabase | |
|---|---|
class |
Database
This is a concrete implementation of IDatabase
and provides the default behavior of that interface. |
| Methods in org.eclipse.vtp.desktop.projects.core.internals that return IDatabase | |
|---|---|
IDatabase |
DatabaseSet.createDatabase(java.lang.String name)
|
| Methods in org.eclipse.vtp.desktop.projects.core.internals with parameters of type IDatabase | |
|---|---|
void |
DatabaseSet.deleteDatabase(IDatabase database)
|
| Uses of IDatabase in org.eclipse.vtp.desktop.projects.core.wizards |
|---|
| Constructors in org.eclipse.vtp.desktop.projects.core.wizards with parameters of type IDatabase | |
|---|---|
CreateDatabaseTableWizard(IDatabase database)
Creates a new CreateDatabaseTableWizard instance for the
given database descriptor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||